home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / addicon.rea < prev    next >
Text File  |  1996-01-16  |  925b  |  30 lines

  1. Short: Add any icon to multiple files
  2. Type:  util/cli
  3.  
  4.     --------------------------------------------------------------------
  5.  
  6.  AddIcon V1.0
  7.  by Morten Amundsen, Hjuksebø, 3670 NOTODDEN, NORWAY (TEL: 35 95 74 57)
  8.  
  9.      AddIcon is a small program that lets you add any icon to a
  10.  list of files, while also specifying what should be the default
  11.  tool for all files that are NOT executable (defaults to 'MultiView').
  12.  
  13.  AddIcon has the following template: FILES/A/M,ICON/A/K,TOOL/K
  14.  
  15.  Ex.
  16.  >AddIcon foo.exe foobar.txt barfoo.txt ICON=GFX:Icons/TestIcon TOOL=more
  17.  
  18.  This will add the icon 'GFX:Icons/TestIcon.info' to 'foo.exe',
  19.  'foobar.txt' and 'barfoo.txt' and the two textfiles will be given
  20.  'More' as a default tool.
  21.  
  22.  PS! The iconname should NOT have a trailing '.info'!
  23.  
  24.  WARNING!
  25.     I, Morten Amundsen, take no, and I mean NO, responsibility for
  26.     files that are lost or in any way mysteriously, magically missing!
  27.  
  28.  
  29.  Enjoy!
  30.